libxl: better name for parameters in libxl_list_vcpu
authorDario Faggioli <dario.faggioli@citrix.com>
Sat, 7 Dec 2013 00:04:40 +0000 (01:04 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 9 Dec 2013 15:19:51 +0000 (15:19 +0000)
commitc42fa088ec5deb9de3263ef6b7e3115f75e919e9
tree4e0845822180953d002c0a1df096f21e536a3917
parent700810c7c845a6bb0c15351e5d1c3c60fc74f6fc
libxl: better name for parameters in libxl_list_vcpu

so that the parameter that returns the number of pCPUs is
called nr_cpus_out, while the one that returns the number of
vCPUs is called nr_vcpus_out.

The patch is all about renaming, so no functional change.

Signed-off-by: Dario Faggioli <dario.faggioli@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxl.c
tools/libxl/libxl.h